All Questions
5 questions
3votes
2answers
383views
Extract SSID and BSSID from a file
I have file called Network.txt which contains SSID and BSSID as below: ...
6votes
2answers
3kviews
Parse a file containing key-value pairs followed by coordinates of nodes in a graph
I've a file which is divided into two parts: The header The data part The header has of course a different format than the data part. The header part contains lines that look like this ...
3votes
1answer
95views
Putting a matrix from a text file into a list
I'm trying to read a text file with matrix and put it in a list, but I am using two loops here and I want my function to be faster. ...
5votes
2answers
76kviews
Parsing a big text file, extract data & store it in a CSV file
I have a big log file (say 1-3 Gb) which I need to parse, extract data & save it in a CSV file. Text File Data ...
4votes
1answer
808views
Parsing random phrases from a file
This essentially reads a specially-structured file from the scanner and then parses random phrases and prints them: ...